home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / c / CLib-SDI.lha / CLib-SDI / include / ReadMe.TXT < prev   
Text File  |  2002-10-27  |  2KB  |  37 lines

  1. If you need additionally include files, use fd2pragma utility. It can be
  2. found in Aminet under name dev/misc/fd2pragma.lha.
  3.  
  4. It is able to produce stub libraries, lvo, proto and pragma files and a lot
  5. of other stuff.
  6.  
  7. The inline files in directory inline will work with GCC and VBCC.
  8. The pragma files will work with SAS, Maxon, Storm, Dice and Aztec compiler.
  9. The proto files will work with all of these compilers!
  10.  
  11. Most of these files were automatically created with fd2pragma (2.139 or
  12. better):
  13. fd2pragma SPECIAL   6 INFILE SFD/xfdmaster_lib.sfd TO C/pragma
  14. fd2pragma SPECIAL  18 INFILE SFD/xfdmaster_lib.sfd TO AmigaE/EModules/
  15. fd2pragma SPECIAL  40 INFILE SFD/xfdmaster_lib.sfd TO C/inline
  16. fd2pragma SPECIAL  38 INFILE SFD/xfdmaster_lib.sfd TO C/proto
  17. fd2pragma SPECIAL  70 INFILE SFD/xfdmaster_lib.sfd TO C/inline
  18. fd2pragma SPECIAL  23 INFILE SFD/xfdmaster_lib.sfd TO ASM/lvo
  19. fd2pragma SPECIAL 110 INFILE SFD/xfdmaster_lib.sfd TO FD COMMENT
  20. fd2pragma SPECIAL 111 INFILE SFD/xfdmaster_lib.sfd TO C/clib COMMENT COPYRIGHT "Dirk Stöcker"
  21.  
  22. For GCC you may delete the pragma directory.
  23. For all the other C compilers you may delete the inline directory,
  24. but use pragma instead. Do not rename pragma to pragmas or change
  25. the file names! When pragma does not exist, please create it.
  26.  
  27. Always call files in proto directory instead of clib, inline or pragma
  28. directory! This makes usage of different compilers possible.
  29.  
  30. You need not to modify any of the include files or change their names!
  31.  
  32.  
  33. Dirk Stöcker <stoecker@epost.de>
  34.  
  35. 7th August 2002
  36.  
  37.